home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TUNREGFORM / TUNREGFORM.txt
Text File  |  1997-07-16  |  2KB  |  73 lines

  1. object UnregForm: TUnregForm
  2.   Left = 154
  3.   Top = 107
  4.   BorderStyle = bsNone
  5.   ClientHeight = 231
  6.   ClientWidth = 420
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 420
  21.     Height = 231
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     TabOrder = 0
  25.     object ll1: TLabel
  26.       Left = 24
  27.       Top = 24
  28.       Width = 369
  29.       Height = 41
  30.       Alignment = taCenter
  31.       AutoSize = False
  32.       Caption = 'This program is provided to you for evaluation purposes'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clBlack
  35.       Font.Height = -13
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       WordWrap = True
  40.     end
  41.     object ll2: TLabel
  42.       Left = 24
  43.       Top = 80
  44.       Width = 369
  45.       Height = 97
  46.       Alignment = taCenter
  47.       Caption = 
  48.         'If you find Argus useful and wish to continue using it, please f' +
  49.         'ind the time to register it. If you do not want to use the progr' +
  50.         'am any further, please remove its copy from your disk within the' +
  51.         ' period stated in the licence agreement'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clBlack
  54.       Font.Height = -13
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       WordWrap = True
  59.     end
  60.     object Button: TButton
  61.       Left = 176
  62.       Top = 184
  63.       Width = 75
  64.       Height = 25
  65.       Cancel = True
  66.       Default = True
  67.       Enabled = False
  68.       ModalResult = 1
  69.       TabOrder = 0
  70.     end
  71.   end
  72. end
  73.